-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup of 11 pull requests #62840
Rollup of 11 pull requests #62840
Conversation
Given ``` mented on Jan 26, 2015 • trait Foo { fn method(&self) {} } fn call_method<T>(x: &T) { x.method() } ``` suggest constraining `T` with `Foo`.
Affect is usually used as a verb, effect as a verb.
This reverts commit 42d652e.
I think this was left out by accident from the "convert everything to rlibs" commit, there's no need for this to be a dylib just as everything else doesn't need to be a dylib!
…iper Test that maplike FromIter satisfies uniqueness This PR adds a simple assertion to the `HashMap` and `HashSet` tests to ensure that uniqueness is satisfied when `FromIter`ing. This is useful for people who want to test their custom type against the Map/Set interfaces since they'll copy the tests wholesale but possibly miss this bug (where _they_ = _me_).
do not use assume_init in std::io Cc rust-lang#62397
Suggest trait bound on type parameter when it is unconstrained Given ``` trait Foo { fn method(&self) {} } fn call_method<T>(x: &T) { x.method() } ``` suggest constraining `T` with `Foo`. Fix rust-lang#21673, fix rust-lang#41030.
Fix typo in src/libstd/net/udp.rs doc comment Affect is usually used as a verb, effect as a verb.
…_compiler_messages_p9, r=Centril normalize use of backticks in compiler messages for libcore/ptr rust-lang#60532
…enkov Handle more cases of typos misinterpreted as type ascription Fix rust-lang#60933, rust-lang#54516. CC rust-lang#47666, rust-lang#34255, rust-lang#48016.
… r=eddyb rustc_typeck: improve diagnostics for _ const/static declarations This continues rust-lang#62694 and adds type suggestions to const/static declarations with `_` type. r? @eddyb
Revert "Disable stack probing for gnux32." This reverts commit 42d652e. (rust-lang#59686) Closes rust-lang#59674.
…_compiler_messages_p11, r=GuillaumeGomez normalize use of backticks in compiler messages for librustc_metadata rust-lang#60532
…ulacrum rustc: Compile the `fmt_macros` crate as an rlib I think this was left out by accident from the "convert everything to rlibs" commit, there's no need for this to be a dylib just as everything else doesn't need to be a dylib!
…_compiler_messages_p12, r=Centril normalize use of backticks in compiler messages for librustc_incremental rust-lang#60532
@bors r+ p=11 rollup=never |
📌 Commit 6558b98 has been approved by |
⌛ Testing commit 6558b98 with merge fd584a066edde978d593300b0918dfa700e9c531... |
💔 Test failed - checks-azure |
Your PR failed (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Successful merges:
fmt_macros
crate as an rlib #62813 (rustc: Compile thefmt_macros
crate as an rlib)Failed merges:
r? @ghost